A hemisphere that describes the division of a dome.
Create a hemisphere that describes the division of a dome.
Inputs
| Name | Nickname | Description | Type |
|---|---|---|---|
| Cell Count | P | The amount of cells to subdivide the hemisphere into. This will be used as a target value. Different subdivision types allow for different amounts of cells. | Int32 |
| Subdivision | S | The type of subdivision to use when dividing the hemisphere. | String |
Outputs
| Name | Nickname | Description | Type |
|---|---|---|---|
| Hemisphere | H | A hemisphere that describes the division of a dome. | Hemisphere |
Get the mesh for the hemisphere object.
Inputs
| Name | Nickname | Description | Type |
|---|---|---|---|
| Hemisphere | H | A hemisphere that describes the division of a dome. | Hemisphere |
| Position | P | The position of the hemisphere. | Point3d |
| Scale | R | The scale of the hemisphere. | Double |
| Hemisphere Projection | HP | Projections used to map spherical coordinates onto a plane. | String |
| Parameters | P | Parameters to use when sampling the gradient, one parameter for each cell in the mesh. | Double |
| Gradient | G | A gradient that can be sampled to generate a color. | Gradient |
Outputs
| Name | Nickname | Description | Type |
|---|---|---|---|
| Mesh | M | A mesh which is colored using the input gradient and hemisphere object. | Mesh |